crypto/elliptic.CurveParams.polynomial (method)

3 uses

	crypto/elliptic (current package)
		elliptic.go#L71: func (curve *CurveParams) polynomial(x *big.Int) *big.Int {
		elliptic.go#L101: 	return curve.polynomial(x).Cmp(y2) == 0
		elliptic.go#L426: 	y = curve.Params().polynomial(x)